type vendor/golang.org/x/net/http2/hpack.node
8 uses
vendor/golang.org/x/net/http2/hpack (current package)
huffman.go#L113: type node struct {
huffman.go#L117: children *[256]*node
huffman.go#L124: func newInternalNode() *node {
huffman.go#L125: return &node{children: new([256]*node)}
huffman.go#L130: lazyRootHuffmanNode *node
huffman.go#L133: func getRootHuffmanNode() *node {
huffman.go#L144: leaves := new([256]node)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |